Spread Windows Forms 12.0 Product Documentation
ListItemInfo Constructor(Object[],Object)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemInfo Class > ListItemInfo Constructor : ListItemInfo Constructor(Object[],Object)
A collection of objects.
An object value that represents the image of the ListItemInfo object.
Initializes a new instance of the ListItemInfo class with settings.
Syntax
'Declaration
 
Public Function New( _
   ByVal subItems() As Object, _
   ByVal image As Object _
)
'Usage
 
Dim subItems() As Object
Dim image As Object
 
Dim instance As New ListItemInfo(subItems, image)
public ListItemInfo( 
   object[] subItems,
   object image
)

Parameters

subItems
A collection of objects.
image
An object value that represents the image of the ListItemInfo object.
See Also

Reference

ListItemInfo Class
ListItemInfo Members
Overload List